MegacoolUnityShare

typedef struct MegacoolUnityShare {
    const char *userId;
    const char *shareId;
    int state;
    double createdAt;
    double updatedAt;
    const void *dataBytes;
    int dataLength;
} MegacoolUnityShare
  • Declaration

    Objective-C

    struct MegacoolUnityShare {
        const char *userId;
        const char *shareId;
        int state;
        double createdAt;
        double updatedAt;
        const void *dataBytes;
        int dataLength;
    }

    Swift

    struct MegacoolUnityShare